* lisp/loadup.el (lexical-binding): Add a comment
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 16 Feb 2024 14:04:46 +0000 (09:04 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 16 Feb 2024 14:04:46 +0000 (09:04 -0500)
lisp/loadup.el

index c498c0e53af70a27eaf74227ae70d9a4fc8dc184..c6a8dcbb9098821af58e10957bd6ec0fb256a31f 100644 (file)
@@ -635,6 +635,8 @@ directory got moved.  This is set to be a pair in the form of:
           (unwind-protect
               (let ((tmp-dump-mode dump-mode)
                     (dump-mode nil)
+                    ;; Set `lexical-binding' to nil by default
+                    ;; in the dumped Emacs.
                     (lexical-binding nil))
                 (if (member tmp-dump-mode '("pdump" "pbootstrap"))
                     (dump-emacs-portable (expand-file-name output invocation-directory))